ListBox.ColumnAlignmentOffset

Modifies the alignment point and is especially useful for decimal alignment. The value is the distance in pixels from the right edge of the column.

Syntax

ColumnAlignmentOffset( columnNumber ) as Integer


Parameters

columnNumber

Integer


Notes

The first column is numbered zero. A negative value moves the decimal separator to the left, i.e., into the body of the column. See the example in the Notes subsection "Decimal Alignment."